home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 671 b | 20 lines | [TEXT/GEOL] |
- Item 8881262 30-Aug-90 17:28PDT
-
- From: LENOIL Lenoil, Robert
-
- To: MACAPP.TEST MacApp SQA Team
- MACDTS Macintosh Developer Tech Supt
- MACAPP.TECH$ MacApp Technical
-
- Sub: Bug in TDocument.OpenAgain
-
- There's a bug in TDocument.OpenAgain (MacApp 2.0 final). It tries to select
- the first window in the document's window list, but does not check if the
- window list is empty. The fix is to change the line "window.Select;" to
- "IF window <> NIL THEN window.Select;"
-
- Object-ively yours,
- Robert Lenoil
- Apple Computer, Inc.
-
-